C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ShouldBeginMultipleSelectionInteraction Method

In This Topic
ShouldBeginMultipleSelectionInteraction Method (C1CollectionViewSource<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldBeginMultipleSelectionInteraction( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal indexPath As Foundation.NSIndexPath _
) As Boolean
 

Parameters

collectionView
indexPath
See Also